[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Get:VarGet()      Get Class, missing manual documentation.

  Clipper Version  1.03 dtd 09/15/90.

  Problem Statement

  The definition of VarGet() is missing from the manual, but included
  in the Norton(r) Guide.

  Cause

  Ommission.

  Work Around(s)

  Annotate your manual to include VarGet() as follows:

  varGet()        Returns the current value of the Get variable               .

  varGet() --> GetVarValue

   Returns the current value of the Get variable.  For simple Get
   variables this is equivalent to executing Get:block:

   aGet:varGet() == EVAL(aGet:block)

   However, if the Get variable is an array element, EVAL(aGet:block)
   will not return the value of the Get variable; in this case use of
   varGet() is required.  An example of varGet() may be found in the
   READMODAL() function, defined in Getsys.prg.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson